Skip to content

Conversation

@dependabot
Copy link
Contributor

@dependabot dependabot bot commented on behalf of github Nov 17, 2025

Bumps the hibernate group with 8 updates:

Package From To
org.hibernate.orm:hibernate-core 7.1.6.Final 7.1.8.Final
org.hibernate.orm:hibernate-graalvm 7.1.6.Final 7.1.8.Final
org.hibernate.orm:hibernate-envers 7.1.6.Final 7.1.8.Final
org.hibernate.orm:hibernate-processor 7.1.6.Final 7.1.8.Final
org.hibernate.orm:hibernate-jpamodelgen 7.1.6.Final 7.1.8.Final
org.hibernate.orm:hibernate-community-dialects 7.1.6.Final 7.1.8.Final
org.hibernate.orm:hibernate-vector 7.1.6.Final 7.1.8.Final
org.hibernate.tool:hibernate-tools-language 7.1.6.Final 7.1.7.Final

Updates org.hibernate.orm:hibernate-core from 7.1.6.Final to 7.1.8.Final

Release notes

Sourced from org.hibernate.orm:hibernate-core's releases.

Release 7.1.8

Hibernate ORM 7.1.8.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.8.Final.

You can find the full list of 7.1.8.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.1.7

Hibernate ORM 7.1.7.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.

You can find the full list of 7.1.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-core's changelog.

Changes in 7.1.8.Final (November 16, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35981

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35881

** Bug * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when TupleMetadata is null * HHH-18691 Envers cannot read revisions with records

** Improvement * HHH-19913 Update the order of release steps and simplify the ORM build script

Note: Please refer to JIRA to learn more about each issue.

Commits
  • eb408f0 [Jenkins release job] Preparing release 7.1.8.Final
  • 096b1b4 [Jenkins release job] changelog.txt updated by release build 7.1.8.Final
  • 4f0d27f HHH-19932 - Avoid NPE when Query resultType is not set, and trace level loggi...
  • 81761a3 HHH-19895 Switch from sysibm.dual to sysibm.sysdummy1 for DB2Dialect since th...
  • a04f801 HHH-18860 Store SelectableMapping in ColumnWriteFragment to allow precise par...
  • 2b5e12d HHH-19749 Use binary for float and decimal digit precision for numeric types
  • d592de8 HHH-19918 Avoid reflection when instantiating known FormatMapper
  • 285eb20 HHH-19827 Fix problem with unpack theme task dependency
  • 8d6a8bd Use an "experimental" version of the release scripts [HHH-19913]
  • e5d4680 Exclude hibernate-search-orm-elasticsearch-outbox-polling and hibernate-searc...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 7.1.6.Final to 7.1.8.Final

Release notes

Sourced from org.hibernate.orm:hibernate-graalvm's releases.

Release 7.1.8

Hibernate ORM 7.1.8.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.8.Final.

You can find the full list of 7.1.8.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.1.7

Hibernate ORM 7.1.7.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.

You can find the full list of 7.1.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-graalvm's changelog.

Changes in 7.1.8.Final (November 16, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35981

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35881

** Bug * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when TupleMetadata is null * HHH-18691 Envers cannot read revisions with records

** Improvement * HHH-19913 Update the order of release steps and simplify the ORM build script

Note: Please refer to JIRA to learn more about each issue.

Commits
  • eb408f0 [Jenkins release job] Preparing release 7.1.8.Final
  • 096b1b4 [Jenkins release job] changelog.txt updated by release build 7.1.8.Final
  • 4f0d27f HHH-19932 - Avoid NPE when Query resultType is not set, and trace level loggi...
  • 81761a3 HHH-19895 Switch from sysibm.dual to sysibm.sysdummy1 for DB2Dialect since th...
  • a04f801 HHH-18860 Store SelectableMapping in ColumnWriteFragment to allow precise par...
  • 2b5e12d HHH-19749 Use binary for float and decimal digit precision for numeric types
  • d592de8 HHH-19918 Avoid reflection when instantiating known FormatMapper
  • 285eb20 HHH-19827 Fix problem with unpack theme task dependency
  • 8d6a8bd Use an "experimental" version of the release scripts [HHH-19913]
  • e5d4680 Exclude hibernate-search-orm-elasticsearch-outbox-polling and hibernate-searc...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 7.1.6.Final to 7.1.8.Final

Release notes

Sourced from org.hibernate.orm:hibernate-envers's releases.

Release 7.1.8

Hibernate ORM 7.1.8.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.8.Final.

You can find the full list of 7.1.8.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.1.7

Hibernate ORM 7.1.7.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.

You can find the full list of 7.1.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-envers's changelog.

Changes in 7.1.8.Final (November 16, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35981

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35881

** Bug * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when TupleMetadata is null * HHH-18691 Envers cannot read revisions with records

** Improvement * HHH-19913 Update the order of release steps and simplify the ORM build script

Note: Please refer to JIRA to learn more about each issue.

Commits
  • eb408f0 [Jenkins release job] Preparing release 7.1.8.Final
  • 096b1b4 [Jenkins release job] changelog.txt updated by release build 7.1.8.Final
  • 4f0d27f HHH-19932 - Avoid NPE when Query resultType is not set, and trace level loggi...
  • 81761a3 HHH-19895 Switch from sysibm.dual to sysibm.sysdummy1 for DB2Dialect since th...
  • a04f801 HHH-18860 Store SelectableMapping in ColumnWriteFragment to allow precise par...
  • 2b5e12d HHH-19749 Use binary for float and decimal digit precision for numeric types
  • d592de8 HHH-19918 Avoid reflection when instantiating known FormatMapper
  • 285eb20 HHH-19827 Fix problem with unpack theme task dependency
  • 8d6a8bd Use an "experimental" version of the release scripts [HHH-19913]
  • e5d4680 Exclude hibernate-search-orm-elasticsearch-outbox-polling and hibernate-searc...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-processor from 7.1.6.Final to 7.1.8.Final

Release notes

Sourced from org.hibernate.orm:hibernate-processor's releases.

Release 7.1.8

Hibernate ORM 7.1.8.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.8.Final.

You can find the full list of 7.1.8.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.1.7

Hibernate ORM 7.1.7.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.

You can find the full list of 7.1.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-processor's changelog.

Changes in 7.1.8.Final (November 16, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35981

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35881

** Bug * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when TupleMetadata is null * HHH-18691 Envers cannot read revisions with records

** Improvement * HHH-19913 Update the order of release steps and simplify the ORM build script

Note: Please refer to JIRA to learn more about each issue.

Commits
  • eb408f0 [Jenkins release job] Preparing release 7.1.8.Final
  • 096b1b4 [Jenkins release job] changelog.txt updated by release build 7.1.8.Final
  • 4f0d27f HHH-19932 - Avoid NPE when Query resultType is not set, and trace level loggi...
  • 81761a3 HHH-19895 Switch from sysibm.dual to sysibm.sysdummy1 for DB2Dialect since th...
  • a04f801 HHH-18860 Store SelectableMapping in ColumnWriteFragment to allow precise par...
  • 2b5e12d HHH-19749 Use binary for float and decimal digit precision for numeric types
  • d592de8 HHH-19918 Avoid reflection when instantiating known FormatMapper
  • 285eb20 HHH-19827 Fix problem with unpack theme task dependency
  • 8d6a8bd Use an "experimental" version of the release scripts [HHH-19913]
  • e5d4680 Exclude hibernate-search-orm-elasticsearch-outbox-polling and hibernate-searc...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-jpamodelgen from 7.1.6.Final to 7.1.8.Final

Release notes

Sourced from org.hibernate.orm:hibernate-jpamodelgen's releases.

Release 7.1.8

Hibernate ORM 7.1.8.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.8.Final.

You can find the full list of 7.1.8.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.1.7

Hibernate ORM 7.1.7.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.

You can find the full list of 7.1.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-jpamodelgen's changelog.

Changes in 7.1.8.Final (November 16, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35981

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35881

** Bug * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when TupleMetadata is null * HHH-18691 Envers cannot read revisions with records

** Improvement * HHH-19913 Update the order of release steps and simplify the ORM build script

Note: Please refer to JIRA to learn more about each issue.

Commits
  • eb408f0 [Jenkins release job] Preparing release 7.1.8.Final
  • 096b1b4 [Jenkins release job] changelog.txt updated by release build 7.1.8.Final
  • 4f0d27f HHH-19932 - Avoid NPE when Query resultType is not set, and trace level loggi...
  • 81761a3 HHH-19895 Switch from sysibm.dual to sysibm.sysdummy1 for DB2Dialect since th...
  • a04f801 HHH-18860 Store SelectableMapping in ColumnWriteFragment to allow precise par...
  • 2b5e12d HHH-19749 Use binary for float and decimal digit precision for numeric types
  • d592de8 HHH-19918 Avoid reflection when instantiating known FormatMapper
  • 285eb20 HHH-19827 Fix problem with unpack theme task dependency
  • 8d6a8bd Use an "experimental" version of the release scripts [HHH-19913]
  • e5d4680 Exclude hibernate-search-orm-elasticsearch-outbox-polling and hibernate-searc...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-community-dialects from 7.1.6.Final to 7.1.8.Final

Release notes

Sourced from org.hibernate.orm:hibernate-community-dialects's releases.

Release 7.1.8

Hibernate ORM 7.1.8.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.8.Final.

You can find the full list of 7.1.8.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.1.7

Hibernate ORM 7.1.7.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.

You can find the full list of 7.1.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-community-dialects's changelog.

Changes in 7.1.8.Final (November 16, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35981

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35881

** Bug * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when TupleMetadata is null * HHH-18691 Envers cannot read revisions with records

** Improvement * HHH-19913 Update the order of release steps and simplify the ORM build script

Note: Please refer to JIRA to learn more about each issue.

Commits
  • eb408f0 [Jenkins release job] Preparing release 7.1.8.Final
  • 096b1b4 [Jenkins release job] changelog.txt updated by release build 7.1.8.Final
  • 4f0d27f HHH-19932 - Avoid NPE when Query resultType is not set, and trace level loggi...
  • 81761a3 HHH-19895 Switch from sysibm.dual to sysibm.sysdummy1 for DB2Dialect since th...
  • a04f801 HHH-18860 Store SelectableMapping in ColumnWriteFragment to allow precise par...
  • 2b5e12d HHH-19749 Use binary for float and decimal digit precision for numeric types
  • d592de8 HHH-19918 Avoid reflection when instantiating known FormatMapper
  • 285eb20 HHH-19827 Fix problem with unpack theme task dependency
  • 8d6a8bd Use an "experimental" version of the release scripts [HHH-19913]
  • e5d4680 Exclude hibernate-search-orm-elasticsearch-outbox-polling and hibernate-searc...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-vector from 7.1.6.Final to 7.1.8.Final

Release notes

Sourced from org.hibernate.orm:hibernate-vector's releases.

Release 7.1.8

Hibernate ORM 7.1.8.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.8.Final.

You can find the full list of 7.1.8.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.1.7

Hibernate ORM 7.1.7.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.

You can find the full list of 7.1.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-vector's changelog.

Changes in 7.1.8.Final (November 16, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35981

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35881

** Bug * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when TupleMetadata is null * HHH-18691 Envers cannot read revisions with records

** Improvement * HHH-19913 Update the order of release steps and simplify the ORM build script

Note: Please refer to JIRA to learn more about each issue.

Commits
  • eb408f0 [Jenkins release job] Preparing release 7.1.8.Final
  • 096b1b4 [Jenkins release job] changelog.txt updated by release build 7.1.8.Final
  • 4f0d27f HHH-19932 - Avoid NPE when Query resultType is not set, and trace level loggi...
  • 81761a3 HHH-19895 Switch from sysibm.dual to sysibm.sysdummy1 for DB2Dialect since th...
  • a04f801 HHH-18860 Store SelectableMapping in ColumnWriteFragment to allow precise par...
  • 2b5e12d HHH-19749 Use binary for float and decimal digit precision for numeric types
  • d592de8 HHH-19918 Avoid reflection when instantiating known FormatMapper
  • 285eb20 HHH-19827 Fix problem with unpack theme task dependency
  • 8d6a8bd Use an "experimental" version of the release scripts [HHH-19913]
  • e5d4680 Exclude hibernate-search-orm-elasticsearch-outbox-polling and hibernate-searc...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-graalvm from 7.1.6.Final to 7.1.8.Final

Release notes

Sourced from org.hibernate.orm:hibernate-graalvm's releases.

Release 7.1.8

Hibernate ORM 7.1.8.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.8.Final.

You can find the full list of 7.1.8.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.1.7

Hibernate ORM 7.1.7.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.

You can find the full list of 7.1.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-graalvm's changelog.

Changes in 7.1.8.Final (November 16, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35981

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35881

** Bug * HHH-19887 Wrong ClassLoader used for Jackson Module discovery * HHH-19868 RowTransformerConstructorImpl throws NullPointerException when TupleMetadata is null * HHH-18691 Envers cannot read revisions with records

** Improvement * HHH-19913 Update the order of release steps and simplify the ORM build script

Note: Please refer to JIRA to learn more about each issue.

Commits
  • eb408f0 [Jenkins release job] Preparing release 7.1.8.Final
  • 096b1b4 [Jenkins release job] changelog.txt updated by release build 7.1.8.Final
  • 4f0d27f HHH-19932 - Avoid NPE when Query resultType is not set, and trace level loggi...
  • 81761a3 HHH-19895 Switch from sysibm.dual to sysibm.sysdummy1 for DB2Dialect since th...
  • a04f801 HHH-18860 Store SelectableMapping in ColumnWriteFragment to allow precise par...
  • 2b5e12d HHH-19749 Use binary for float and decimal digit precision for numeric types
  • d592de8 HHH-19918 Avoid reflection when instantiating known FormatMapper
  • 285eb20 HHH-19827 Fix problem with unpack theme task dependency
  • 8d6a8bd Use an "experimental" version of the release scripts [HHH-19913]
  • e5d4680 Exclude hibernate-search-orm-elasticsearch-outbox-polling and hibernate-searc...
  • Additional commits viewable in compare view

Updates org.hibernate.orm:hibernate-envers from 7.1.6.Final to 7.1.8.Final

Release notes

Sourced from org.hibernate.orm:hibernate-envers's releases.

Release 7.1.8

Hibernate ORM 7.1.8.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.8.Final.

You can find the full list of 7.1.8.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

For additional details, see:

See also the following resources related to supported APIs:

Visit the website for details on getting in touch with us.

Release 7.1.7

Hibernate ORM 7.1.7.Final released

Today, we published a new release of Hibernate ORM 7.1: 7.1.7.Final.

You can find the full list of 7.1.7.Final changes here.

What's new

  • See the website for requirements and compatibilities.
  • See the What's New guide for details about new features and capabilities.
  • See the Migration Guide for details about migration from version 7.0 to 7.1.

Conclusion

... (truncated)

Changelog

Sourced from org.hibernate.orm:hibernate-envers's changelog.

Changes in 7.1.8.Final (November 16, 2025)

https://hibernate.atlassian.net/projects/HHH/versions/35981

** Bug * HHH-19932 NullPointerException in SqmInterpretationsKey::toString * HHH-19918 Avoid reflection when instantiating known FormatMapper * HHH-19914 JPA_COMPLIANCE setting ignored in @​Jpa * HHH-19906 JsonGeneratingVisitor#visit doesn't handle plural types correctly * HHH-19895 hibernate-core 6.6.30.Final breaks compatibility on entities with composite keys for multiple variants of DB2 * HHH-19758 HQL parse failure with SLL can lead to wrong parse * HHH-19749 [Oracle] Merge with @​SecondaryTable may generate invalid NUMERIC type casts * HHH-19739 Exceptions during load of entity with different persistent fields with same name * HHH-19240 Significant increase in heap allocation for queries after migrating Hibernate ORM 6.5 to 6.6 * HHH-18860 Updates on SecondaryTable cause incorrect cast for BigDecimal

7.1.7.Final (November 06, 2025)

https://hibernate.atlas...

Description has been truncated

@dependabot dependabot bot added the area/dependencies Pull requests that update a dependency file label Nov 17, 2025
@quarkus-bot

This comment has been minimized.

@dependabot dependabot bot force-pushed the dependabot/maven/main/hibernate-81cedbf9e1 branch from c53340f to 2bddca2 Compare November 18, 2025 22:28
@quarkus-bot

This comment has been minimized.

@dependabot dependabot bot force-pushed the dependabot/maven/main/hibernate-81cedbf9e1 branch from 2bddca2 to 466171c Compare November 19, 2025 22:29
@quarkus-bot

This comment has been minimized.

Bumps the hibernate group with 8 updates:

| Package | From | To |
| --- | --- | --- |
| [org.hibernate.orm:hibernate-core](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.8.Final` |
| [org.hibernate.orm:hibernate-graalvm](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.8.Final` |
| [org.hibernate.orm:hibernate-envers](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.8.Final` |
| [org.hibernate.orm:hibernate-processor](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.8.Final` |
| [org.hibernate.orm:hibernate-jpamodelgen](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.8.Final` |
| [org.hibernate.orm:hibernate-community-dialects](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.8.Final` |
| [org.hibernate.orm:hibernate-vector](https://github.com/hibernate/hibernate-orm) | `7.1.6.Final` | `7.1.8.Final` |
| [org.hibernate.tool:hibernate-tools-language](https://github.com/hibernate/hibernate-tools) | `7.1.6.Final` | `7.1.7.Final` |


Updates `org.hibernate.orm:hibernate-core` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-graalvm` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-envers` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-processor` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-vector` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-graalvm` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-envers` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-processor` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-jpamodelgen` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-community-dialects` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.orm:hibernate-vector` from 7.1.6.Final to 7.1.8.Final
- [Release notes](https://github.com/hibernate/hibernate-orm/releases)
- [Changelog](https://github.com/hibernate/hibernate-orm/blob/7.1.8/changelog.txt)
- [Commits](hibernate/hibernate-orm@7.1.6...7.1.8)

Updates `org.hibernate.tool:hibernate-tools-language` from 7.1.6.Final to 7.1.7.Final
- [Commits](hibernate/hibernate-tools@7.1.6.Final...7.1.7.Final)

---
updated-dependencies:
- dependency-name: org.hibernate.orm:hibernate-core
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-graalvm
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-processor
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-vector
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-graalvm
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-envers
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-processor
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-jpamodelgen
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-community-dialects
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.orm:hibernate-vector
  dependency-version: 7.1.8.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
- dependency-name: org.hibernate.tool:hibernate-tools-language
  dependency-version: 7.1.7.Final
  dependency-type: direct:production
  update-type: version-update:semver-patch
  dependency-group: hibernate
...

Signed-off-by: dependabot[bot] <[email protected]>
@dependabot dependabot bot force-pushed the dependabot/maven/main/hibernate-81cedbf9e1 branch from 466171c to 1a09f02 Compare November 20, 2025 22:31
@quarkus-bot
Copy link

quarkus-bot bot commented Nov 21, 2025

Status for workflow Quarkus CI

This is the status report for running Quarkus CI on commit 1a09f02.

Failing Jobs

Status Name Step Failures Logs Raw logs Build scan
Native Tests - Data5 Build Failures Logs Raw logs 🔍
Native Tests - Data7 Build Failures Logs Raw logs 🔍
Native Tests - Security3 Build Failures Logs Raw logs 🔍

Full information is available in the Build summary check run.
You can consult the Develocity build scans.

Failures

⚙️ Native Tests - Data5 #

- Failing: integration-tests/hibernate-reactive-postgresql integration-tests/jpa-postgresql 

📦 integration-tests/hibernate-reactive-postgresql

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-postgresql: Failed to build quarkus application

📦 integration-tests/jpa-postgresql

io.quarkus.it.jpa.postgresql.JPAFunctionalityInGraalITCase.json - History - More details - Source on GitHub

java.lang.AssertionError: 
1 expectation failed.
Response body doesn't match expectation.
Expected: is "OK"
  Actual: {"details":"Error id 669cbb6c-87c5-4e04-ad2f-caa849d594ad-1","stack":""}

	at java.base/java.lang.reflect.Constructor.newInstanceWithCaller(Constructor.java:500)
	at java.base/java.lang.reflect.Constructor.newInstance(Constructor.java:481)

⚙️ Native Tests - Data7 #

- Failing: integration-tests/hibernate-reactive-db2 integration-tests/hibernate-reactive-mariadb integration-tests/hibernate-reactive-mssql and 6 more

📦 integration-tests/hibernate-reactive-db2

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-db2: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-mariadb

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-mariadb: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-mssql

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-mssql: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-mysql

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-mysql: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-mysql-agroal-flyway

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-mysql-agroal-flyway: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-panache

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-panache: Failed to build quarkus application

📦 integration-tests/hibernate-reactive-panache-kotlin

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-hibernate-reactive-panache-kotlin: Failed to build quarkus application

📦 integration-tests/reactive-db2-client

Failed to execute goal io.fabric8:docker-maven-plugin:0.48.0:start (docker-start) on project quarkus-integration-test-reactive-db2-client: I/O Error

📦 integration-tests/reactive-mysql-client

Failed to execute goal io.fabric8:docker-maven-plugin:0.48.0:start (docker-start) on project quarkus-integration-test-reactive-mysql-client: I/O Error


⚙️ Native Tests - Security3 #

- Failing: integration-tests/security-webauthn 

📦 integration-tests/security-webauthn

Failed to execute goal io.quarkus:quarkus-maven-plugin:999-SNAPSHOT:build (default) on project quarkus-integration-test-security-webauthn: Failed to build quarkus application


Flaky tests - Develocity

⚙️ JVM Tests - JDK 17 Windows

📦 extensions/micrometer-opentelemetry/deployment

io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Uni - History

  • Stream has no elements - java.lang.IllegalArgumentException
java.lang.IllegalArgumentException: Stream has no elements
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lambda$lastReading$2(MetricDataFilter.java:213)
	at java.base/java.util.Optional.orElseThrow(Optional.java:403)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReading(MetricDataFilter.java:213)
	at io.quarkus.micrometer.opentelemetry.deployment.common.MetricDataFilter.lastReadingDataPoint(MetricDataFilter.java:231)
	at io.quarkus.micrometer.opentelemetry.deployment.compatibility.MicrometerTimedInterceptorTest.testTimeMethod_Uni(MicrometerTimedInterceptorTest.java:174)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.QuarkusUnitTest.runExtensionMethod(QuarkusUnitTest.java:532)

⚙️ MicroProfile TCKs Tests

📦 tcks/microprofile-lra

org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable - History

  • Expecting the metric Compensated callback was called Expected: a value equal to or greater than <1> but: <0> was less than <1> - java.lang.AssertionError
java.lang.AssertionError: 
Expecting the metric Compensated callback was called
Expected: a value equal to or greater than <1>
     but: <0> was less than <1>
	at org.hamcrest.MatcherAssert.assertThat(MatcherAssert.java:20)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.assertMetricCallbackCalled(TckRecoveryTests.java:210)
	at org.eclipse.microprofile.lra.tck.TckRecoveryTests.testCancelWhenParticipantIsUnavailable(TckRecoveryTests.java:195)
	at java.base/jdk.internal.reflect.NativeMethodAccessorImpl.invoke0(Native Method)

⚙️ Native Tests - Security2

📦 integration-tests/oidc-wiremock

io.quarkus.it.keycloak.CodeFlowAuthorizationInGraalITCase.testCodeFlowUserInfoCachedInIdToken - History

  • expected: <true> but was: <false> - org.opentest4j.AssertionFailedError
org.opentest4j.AssertionFailedError: expected: <true> but was: <false>
	at io.quarkus.it.keycloak.CodeFlowAuthorizationTest.testCodeFlowUserInfoCachedInIdToken(CodeFlowAuthorizationTest.java:431)
	at java.base/java.lang.reflect.Method.invoke(Method.java:569)
	at io.quarkus.test.junit.QuarkusTestExtension.interceptTestMethod(QuarkusTestExtension.java:832)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)
	at java.base/java.util.ArrayList.forEach(ArrayList.java:1511)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

area/dependencies Pull requests that update a dependency file triage/flaky-test

Projects

None yet

Development

Successfully merging this pull request may close these issues.

1 participant